var testing.blockProfile
6 uses
testing (current package)
testing.go#L470: blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to `file`")
testing.go#L502: blockProfile *string
testing.go#L2523: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2606: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2607: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L2613: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *blockProfile, err)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)